C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection<T> Class / InsertAsyncOverride Method

In This Topic
InsertAsyncOverride Method (C1AdoNetCursorDataCollection<T>)
In This Topic
Syntax
'Declaration
 
Protected Overrides Function InsertAsyncOverride( _
   ByVal index As Integer, _
   ByVal item As T, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of Integer)
 

Parameters

index
item
cancellationToken
See Also